docs: Add missing description for GtkWidget::move-focus
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 16 Dec 2020 15:59:35 +0000 (15:59 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 16 Dec 2020 16:29:01 +0000 (16:29 +0000)
gtk/gtkwidget.c

index d2cd6db327a6a00f9a7e14f53476f8341442ac41..9204d6221028714117b70ba522a13b50021c7b77 100644 (file)
@@ -1535,7 +1535,9 @@ gtk_widget_class_init (GtkWidgetClass *klass)
   /**
    * GtkWidget::move-focus:
    * @widget: the object which received the signal.
-   * @direction:
+   * @direction: the direction of the focus move
+   *
+   * Emitted when the focus is moved.
    */
   widget_signals[MOVE_FOCUS] =
     g_signal_new (I_("move-focus"),